From: Jim Blandy Date: Sat, 19 Jun 1993 01:47:40 +0000 (+0000) Subject: * frame.c (Fmake_frame_visible): Make this interactively callable; X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~95226 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=fc25d15df03a3ca3e265fc18a2bf58a27a6cb09e;p=emacs.git * frame.c (Fmake_frame_visible): Make this interactively callable; frames can accept input while iconified, so it makes sense to put this on a key. --- diff --git a/src/frame.c b/src/frame.c index 9a865c379d6..78e24ead006 100644 --- a/src/frame.c +++ b/src/frame.c @@ -791,7 +791,7 @@ WARNING: If you use this under X, you should do `unfocus-frame' afterwards.") } DEFUN ("make-frame-visible", Fmake_frame_visible, Smake_frame_visible, - 0, 1, 0, + 0, 1, "", "Make the frame FRAME visible (assuming it is an X-window).\n\ Also raises the frame so that nothing obscures it.\n\ If omitted, FRAME defaults to the currently selected frame.")